Welcome![Sign In][Sign Up]
Location:
Search - ucos fs

Search list

[Other resourceucos+Fs+GUI商业版

Description: ucos+Fs+GUI商业版,这可是商业版的用钱买的,只用于学习,用于商业的拥护自己去购买-This is commercial version of ucos+Fs+GUI. You can only use it for study purpose. You should purchase it for commercial purpos.
Platform: | Size: 2756511 | Author: 杨见 | Hits:

[SourceCodeucos+ucgui+MP3

Description: UCOS UCGUI 利用fs读取SD卡 播放MP3
Platform: | Size: 590967 | Author: zhang__ye@sina.com | Hits:

[uCOSuCOS

Description: uCOS的相关资源,其中有uCOS2.52/2.76/2.86,uC/FS uC/GUI uC/TCPIP shell的源代码,还有在windows上的模拟实例。
Platform: | Size: 20701618 | Author: fei2009xue | Hits:

[uCOSucos+lwip源码

Description: 一个嵌入式操作系统和嵌入式TCPIP的源代码-an embedded operating system and embedded in the source code TCPIP
Platform: | Size: 817152 | Author: 杨杨 | Hits:

[uCOSFS44B0II_uCOS276

Description: uCOS II的FS44B0X II移植版本,直接编译就可以在板子上跑了-uCOS II FS44B0X transplant II version can be directly translated in a run on the board
Platform: | Size: 564224 | Author: 李翔 | Hits:

[uCOSUCOS-II文件系统使用手册 uCFS

Description: ucos的文件系统,-CENTER file system, Ha Ha
Platform: | Size: 622592 | Author: 伏法次苏 | Hits:

[uCOSuc-fs-for-vc

Description: 做UCOS的可以参考一下,是嵌入式开发的较好的程序-can do UCOS the reference is embedded development of better procedures
Platform: | Size: 1227776 | Author: wtj | Hits:

[TCP/IP stackucos_vc0.20

Description: 把UCOS-II移到VC下,非常方便调试与学习,为把TCPIP,FS,GUI移到VC下做准备.-put UCOS-II moved to the VC, a very convenient debugging and learning to turn TCPIP, FS, GUI moved to the VC under preparation.
Platform: | Size: 103424 | Author: 谢锡锋 | Hits:

[File Operateucos_FS在CF卡上的例子

Description: 一个基于ucos的文件管理系统 可以支持cf卡 硬盘等存储器 但是对于单独的flash芯片还需要自己编写硬件的底层驱动-based document management system can support cf memory card drives, etc. But for a separate flash chip also need to prepare themselves to the bottom of the hardware drivers
Platform: | Size: 983040 | Author: 郑毅 | Hits:

[Software EngineeringUCOS-IIbook

Description: UCOS-II文件系统使用手册. It describes the functionality and user API of μC/FS FAT File System.-UCOS-II file system user manual. It describes the functionality and user API of μC/FS FAT File System.
Platform: | Size: 622592 | Author: aeron | Hits:

[uCOSucos+44Bofs

Description: 基于ARM744B0下的,ucos的扩展文件系统功能 的源代码-based on the ARM744B0, the expansion CENTER document functions of the system source code
Platform: | Size: 139264 | Author: 吴健勇 | Hits:

[uCOSuCOS-II+GUI+FS

Description: uCOS uCGUI uCFS 在ADS下调试通过 LPC2292-uCOS uCGUI uCFS debugging in ADS through the LPC2292
Platform: | Size: 2137088 | Author: | Hits:

[uCOSfs

Description: ucos平台下的文件系统的源代码,支持flash、ram、IDE、smc、windowsdrive这些接口,并且还有例程。-uCOS platform file system source code, support for flash, ram, IDE, smc, windowsdrive these interfaces, and there are routine.
Platform: | Size: 116736 | Author: qgq | Hits:

[uCOSUCOS-API

Description: ucos常用基础系统API函数查询文件,深受大家喜爱的chm格式,方便好用。-uCOS based systems commonly used API function query documents, by everyone s favorite chm format, easy-to-use.
Platform: | Size: 72704 | Author: 许俊超 | Hits:

[uCOSuCOS-II_GUI_FS

Description: 这是ram7下的ucos_gus_fs的代码,开发arm系列的朋友一定需要.-This is ram7 under ucos+ gus+ fs code, development arm of the Friend family necessary.
Platform: | Size: 2137088 | Author: wy1987 | Hits:

[uCOSuCOS-II-FS-uCGUI-SD-TFT

Description: STM32-ucos-FS文件系统-uCGUI-SD卡-TFT9325-说有动移植好了,保证能用-STM32-ucos-FS file system-uCGUI-SD Card-TFT9325-said Udo transplant well, can be used to ensure
Platform: | Size: 2683904 | Author: taohai | Hits:

[Embeded LinuxFS

Description: uCOS-II+uCGUI+uCFS ,内有ILI9320,SD卡的驱动的完整-uCOS-II+ uCGUI+ uCFS, there ILI9320, SD card drive complete
Platform: | Size: 110592 | Author: cn | Hits:

[Embeded-SCM Developucos-ucfs-lpc2478-usb-driver

Description: ucos lpc2478 uc fs usb driver, ads version(arm7)-ucos lpc2478 uc fs usb driver, ads version
Platform: | Size: 8413184 | Author: ichaoer | Hits:

[uCOSUCOS

Description: 基于ucos环境下的文件系统,实现多个功能 uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. -Ucos environment based on the file system, multiple functions uc/FS basic use: 1. FS_Init (), call the uc/FS function needs to be initialized before 2. FS_IoCtl (), for medium format ( SD card formatted with a computer, so the format parameter is not given) 3. _write_file, 1) FS_FOpen (), create the document or open an existing file and return file structure pointer 2) FS_FWrite (), data written to the file 3) FS_FClose (), close the file 4. _dump_file, 1) 1) FS_FOpen (), create the document or open an existing file and return file structure pointer 2) FS_FRead (), read the file data 3) FS_FClose () , close the file 5. FS_Exit (), close the file system.
Platform: | Size: 1600512 | Author: 詹磊 | Hits:

[uCOSuCOS-II-P-FS

Description: ucos_ii源代码+FS文件系统 VC++编译-ucos_ii+ FS file system source code VC++ compiler
Platform: | Size: 3203072 | Author: weide | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net